home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / AlignGraphicsChange.h next >
Encoding:
Text File  |  1995-08-03  |  119 b   |  9 lines

  1. @interface AlignGraphicsChange : SimpleGraphicsChange
  2. {
  3. }
  4.  
  5. - (NSString *)changeName;
  6. - (Class)changeDetailClass;
  7.  
  8. @end
  9.